Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 2, 2025

Bumps the go group with 3 updates: github.com/fluxcd/flux2/v2, github.com/fluxcd/kustomize-controller/api and github.com/fluxcd/pkg/runtime.

Updates github.com/fluxcd/flux2/v2 from 2.5.0 to 2.5.1

Release notes

Sourced from github.com/fluxcd/flux2/v2's releases.

v2.5.1

Highlights

Flux v2.5.1 is a patch release which comes with various fixes. Users are encouraged to upgrade for the best experience.

Fixes:

  • Fix a bug introduced in kustomize-controller v1.5.0 that was causing spurious logging for deprecated API versions and health check failures.
  • Sanitize the kustomize-controller logs when encountering errors during SOPS decryption.

Components changelog

CLI Changelog

Commits

Updates github.com/fluxcd/kustomize-controller/api from 1.5.0 to 1.5.1

Release notes

Sourced from github.com/fluxcd/kustomize-controller/api's releases.

v1.5.1

Changelog

v1.5.1 changelog

Container images

  • docker.io/fluxcd/kustomize-controller:v1.5.1
  • ghcr.io/fluxcd/kustomize-controller:v1.5.1

Supported architectures: linux/amd64, linux/arm64 and linux/arm/v7.

The container images are built on GitHub hosted runners and are signed with cosign and GitHub OIDC. To verify the images and their provenance (SLSA level 3), please see the security documentation.

Changelog

Sourced from github.com/fluxcd/kustomize-controller/api's changelog.

1.5.1

Release date: 2025-02-25

This patch release fixes a bug introduced in v1.5.0 that was causing spurious logging for deprecated API versions and sometimes failures on health checks.

In addition, all error logs resulting from SOPS decryption failures have been sanitised.

Fixes:

  • Fix secret value showing up in logs #1372
  • Use lazy restmapper vendored from controller-runtime v0.19 #1377
Commits
  • 34837b9 Merge pull request #1380 from fluxcd/release-v1.5.1
  • 4dea2e0 Release v1.5.1
  • c6cdd95 Add changelog entry for v1.5.1
  • ed16c37 Merge pull request #1379 from fluxcd/backport-1377-to-release/v1.5.x
  • 7c6555d Update fluxcd/pkg/runtime to v0.54.0
  • f42559b Add test for RESTMapper with CRD/CR
  • fe3c097 Use lazy restmapper vendored from controller-runtime v0.19
  • 9ac2bba Merge pull request #1378 from fluxcd/backport-1372-to-release/v1.5.x
  • 94898c2 Fix secret value showing up in logs
  • See full diff in compare view

Updates github.com/fluxcd/pkg/runtime from 0.53.1 to 0.54.0

Commits
  • e0f6da0 Merge pull request #873 from fluxcd/lazy-restmapper
  • 60bfc04 Update controller-runtime to v0.20.2
  • 7c5e477 Vendor the lazy restmapper from controller-runtime v0.19
  • 00d1ceb Merge pull request #844 from 94DanielBrown/main
  • 13f8832 chore: add function to group entries by action in changeset output
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go group with 3 updates: [github.com/fluxcd/flux2/v2](https://github.com/fluxcd/flux2), [github.com/fluxcd/kustomize-controller/api](https://github.com/fluxcd/kustomize-controller) and [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg).


Updates `github.com/fluxcd/flux2/v2` from 2.5.0 to 2.5.1
- [Release notes](https://github.com/fluxcd/flux2/releases)
- [Changelog](https://github.com/fluxcd/flux2/blob/main/.goreleaser.yml)
- [Commits](fluxcd/flux2@v2.5.0...v2.5.1)

Updates `github.com/fluxcd/kustomize-controller/api` from 1.5.0 to 1.5.1
- [Release notes](https://github.com/fluxcd/kustomize-controller/releases)
- [Changelog](https://github.com/fluxcd/kustomize-controller/blob/main/CHANGELOG.md)
- [Commits](fluxcd/kustomize-controller@v1.5.0...v1.5.1)

Updates `github.com/fluxcd/pkg/runtime` from 0.53.1 to 0.54.0
- [Commits](fluxcd/pkg@runtime/v0.53.1...runtime/v0.54.0)

---
updated-dependencies:
- dependency-name: github.com/fluxcd/flux2/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/fluxcd/kustomize-controller/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/fluxcd/pkg/runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner March 2, 2025 06:37
@dependabot dependabot bot added kind/chore chore, maintenance, etc. kind/dependency dependency update, etc. labels Mar 2, 2025
@hilmarf hilmarf enabled auto-merge (squash) March 2, 2025 19:32
@hilmarf hilmarf merged commit dcb2d99 into main Mar 2, 2025
4 checks passed
@hilmarf hilmarf deleted the dependabot/go_modules/go-fffe737ef9 branch March 2, 2025 19:33
@ocmbot ocmbot bot added this to the 2025-Q1 milestone Mar 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/chore chore, maintenance, etc. kind/dependency dependency update, etc.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants